home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global prev, gSound, MovieSeq, gSpeed
- repeat with x = 3 to 5
- puppetSprite(x, 1)
- set the visible of sprite x to 0
- puppetSprite(x, 0)
- end repeat
- puppetSprite(3, 1)
- set the visible of sprite 3 to 1
- puppetSprite(3, 0)
- updateStage()
- set gSpeed to 1
- if prev > 0 then
- set prev to 0
- set the visible of sprite 19 to 0
- repeat with x = 13 to 18
- set the visible of sprite x to 1
- puppetSprite(x, 0)
- end repeat
- end if
- set the soundLevel to gSound
- puppetSound("OPEN.AIF")
- updateStage()
- stopQT()
- repeat with x = 3 to 7
- set the visible of sprite x to 1
- puppetSprite(x, 0)
- end repeat
- set MovieSeq to 0
- setbar()
- repeat with x = 46 to 47
- puppetSprite(x, 1)
- set the visible of sprite x to 0
- puppetSprite(x, 0)
- end repeat
- go("no")
- end
-